Hey,
I would like to implement the OAuth flow using iOS’s ASWebAuthenticationSession
(See https://developer.apple.com/documentation/authenticationservices/authenticating_a_user_through_a_web_service).
There you should pass a custom URL scheme that matches your app and I assume should match the one specified in the redirect_uri
. But the redirect_uri
currently has to be http
or https
.
Is there any way that you could allow custom URL schemes for the redirect_uri
?